From: Jan Djärv Date: Fri, 4 Sep 2009 04:40:17 +0000 (+0000) Subject: * xterm.h: Remove condition for declaration of X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10659 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8a911eb780d5ab2afbcabed5efb3a300408bc5b1;p=emacs.git * xterm.h: Remove condition for declaration of x_*_window_to_frame. --- diff --git a/src/ChangeLog b/src/ChangeLog index dbbe8074390..3d04e89b847 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-09-04 Jan Djärv + + * xterm.h: Remove condition for declaration of + x_*_window_to_frame. + 2009-09-03 Stefan Monnier * dispnew.c (Fsend_string_to_terminal): Make it work again on the diff --git a/src/xterm.h b/src/xterm.h index 5e83ef87074..1019bbc8a7e 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -376,11 +376,9 @@ extern void check_x P_ ((void)); extern struct frame *x_window_to_frame P_ ((struct x_display_info *, int)); -#if defined (USE_X_TOOLKIT) || defined (USE_GTK) extern struct frame *x_any_window_to_frame P_ ((struct x_display_info *, int)); extern struct frame *x_menubar_window_to_frame P_ ((struct x_display_info *, int)); extern struct frame *x_top_window_to_frame P_ ((struct x_display_info *, int)); -#endif /* This is a chain of structures for all the X displays currently in use. */ extern struct x_display_info *x_display_list;